home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Viewers / FastView.app / English.lproj / FastView.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  1.3 KB  |  99 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. DocManager = {
  7.     ACTIONS = {
  8.     appDidInit:;
  9.     setCurrentDoc:;
  10.     save:;
  11.     orderFrontInfo:;
  12.     docWillClose:;
  13.     appWillTerminate:;
  14.     open:;
  15.     saveAs:;
  16.     orderFrontPrefs:;
  17.     };
  18.     OUTLETS = {
  19.     savePanel;
  20.     saveAsButton;
  21.     saveButton;
  22.     openPanel;
  23.     currentDoc;
  24.     prefs;
  25.     info;
  26.     docList;
  27.     };
  28.     SUPERCLASS = Object;
  29. };
  30. FastDoc = {
  31.     SUPERCLASS = Document;
  32. };
  33. FastManager = {
  34.     ACTIONS = {
  35.     scaleBG:;
  36.     clearSelected:;
  37.     noneBG:;
  38.     tileBG:;
  39.     showList:;
  40.     centerBG:;
  41.     openSender:;
  42.     nextSlide:;
  43.     clearList:;
  44.     };
  45.     OUTLETS = {
  46.     slideListWindow;
  47.     slideListMatrix;
  48.     };
  49.     SUPERCLASS = DocManager;
  50. };
  51. NiftyMatrix = {
  52.     ACTIONS = {
  53.     };
  54.     OUTLETS = {
  55.     };
  56.     SUPERCLASS = Matrix;
  57. };
  58. AppPref = {
  59.     ACTIONS = {
  60.     };
  61.     OUTLETS = {
  62.     grayCheck;
  63.     cropText;
  64.     maxWText;
  65.     newDocumentCheck;
  66.     pressCheck;
  67.     speedMatrix;
  68.     sizetoCheck;
  69.     maxHText;
  70.     cropCheck;
  71.     };
  72.     SUPERCLASS = Preferences;
  73. };
  74. Document = {
  75.     ACTIONS = {
  76.     orderFront:;
  77.     windowDidBecomeKey:;
  78.     windowWillClose:;
  79.     };
  80.     OUTLETS = {
  81.     window;
  82.     manager;
  83.     };
  84.     SUPERCLASS = Object;
  85. };
  86. Preferences = {
  87.     ACTIONS = {
  88.     appWillTerminate:;
  89.     appDidInit:;
  90.     orderFrontPrefs:;
  91.     setPref:;
  92.     };
  93.     OUTLETS = {
  94.     window;
  95.     nothing;
  96.     };
  97.     SUPERCLASS = Object;
  98. };
  99.